|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfurny.ga.logger.entities.LogEvent
@Entity public class LogEvent
Database entry for an log event.
Field Summary | |
---|---|
private java.util.Date |
date
The date. |
private EvaluationRunEntry |
evaluationRun
The evaluation run. |
private long |
id
The id. |
private EventType |
type
The type. |
Constructor Summary | |
---|---|
private |
LogEvent()
Instantiates a new log event. |
|
LogEvent(java.util.Date date,
EvaluationRunEntry run,
EventType type)
Instantiates a new log event. |
Method Summary | |
---|---|
java.util.Date |
getDate()
Gets the date. |
EvaluationRunEntry |
getEvaluationRun()
Gets the evaluation run. |
long |
getId()
Gets the id. |
EventType |
getType()
Gets the type. |
void |
setDate(java.util.Date date)
Sets the date. |
void |
setEvaluationRun(EvaluationRunEntry evaluationRun)
Sets the evaluation run. |
private void |
setId(long id)
Sets the id. |
void |
setType(EventType type)
Sets the type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private long id
private java.util.Date date
private EventType type
private EvaluationRunEntry evaluationRun
Constructor Detail |
---|
private LogEvent()
public LogEvent(java.util.Date date, EvaluationRunEntry run, EventType type)
date
- the daterun
- the runtype
- the typeMethod Detail |
---|
public long getId()
private void setId(long id)
id
- the new idpublic EvaluationRunEntry getEvaluationRun()
public void setEvaluationRun(EvaluationRunEntry evaluationRun)
evaluationRun
- the new evaluation runpublic java.util.Date getDate()
public void setDate(java.util.Date date)
date
- the new datepublic EventType getType()
public void setType(EventType type)
type
- the new type
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |